ActiveReports 8
Otherwise Method

Allows to provide fallback implementation (in case no other matches).
Syntax
'Declaration
 
Public Function Otherwise( _
   ByVal func As System.Func(Of T,TResult) _
) As FunctionalExtensions.MatchBlock(Of T,TResult)
public FunctionalExtensions.MatchBlock<T,TResult> Otherwise( 
   System.Func<T,TResult> func
)

Parameters

func
See Also

Reference

FunctionalExtensions.MatchBlock<T,TResult> Class
FunctionalExtensions.MatchBlock<T,TResult> Members

Support Forum